fix(dependencies): update databricks-sdk version to <0.109.0 #1465
fix(dependencies): update databricks-sdk version to <0.109.0 #1465lucasarruda-ciandt wants to merge 3 commits into
Conversation
|
Hi @lucasarruda-ciandt would this work - #1474 ? |
|
if latest isn't feasible, at least is a lot better than what it is now. |
Is there any feature you would requite explicitly from |
Hi @lucasarruda-ciandt , let me know. Will close the PR and we can upgrade later if not urgent. |
I maintain a private library which heavily uses databricks-sdk and recently we introduced dbt-databricks as a dev dependency and it caused a downgrade on the former due to current constraints. I don't know which features would brake 'cause I haven't tested thoroughly but i'm pretty sure it wouldn't work as often use databricks alpha features (sometimes we even have to patch databricks-sdk by ourselves bc their API has evolved and they haven't synced to the sdk yet)... I'm used to keep dependencies as up to date as possible so I appreciate you bumping up that to the latest you can, thanks a lot! |

Raises the
databricks-sdkupper bound from<0.78.0to<0.109.0(latest:0.108.0) and updatesuv.lockto pin against0.108.0.No code changes were required — all SDK APIs used by the adapter (
Config,CredentialsProvider,_header_factory, and all service imports) remain compatible across this version range.Checklist
databricks-sdk==0.108.0CHANGELOG.mdand added information about my change to the "dbt-databricks next" section.